internal/reflectlite.flag.kind (method)
10 uses
internal/reflectlite (current package)
value.go#L79: func (f flag) kind() Kind {
value.go#L227: k := v.kind()
value.go#L258: panic(&ValueError{"reflectlite.Value.Elem", v.kind()})
value.go#L266: if v.kind() == abi.Interface {
value.go#L290: k := v.kind()
value.go#L306: panic(&ValueError{"reflectlite.Value.IsNil", v.kind()})
value.go#L321: return v.kind()
value.go#L331: k := v.kind()
value.go#L347: panic(&ValueError{"reflect.Value.Len", v.kind()})
value.go#L365: if v.kind() == abi.Interface {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |